home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 15: Shareware / PC Actual CDT 15.iso / files / Windows_95_98 / Programacion / Internet / linkbotpro.exe / data1.cab / Example_Files / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-02-24  |  4.8 KB  |  274 lines

  1. <!-- Section title at the top of the page
  2. -->
  3.  
  4. .pagelabel  {
  5.     color : black;
  6.     font-size : 10pt;
  7.     font-weight : bold;
  8.     font-family : MS Sans Serif;
  9.     
  10.  
  11. }
  12.  
  13. <!-- The URL of the pages searched
  14. -->
  15. .url  {
  16.     color : black;
  17.     font-size : 10pt;
  18.     font-family : MS Sans Serif;
  19.  
  20. }
  21.  
  22. <!-- The Date of that the search was performed
  23. -->
  24. .date  {
  25.     color : black;
  26.     font-size : 10pt;
  27.     font-weight : bold;
  28.     font-family : MS Sans Serif;
  29.  
  30. }
  31.  
  32. <!-- Title of the tables/sections
  33. -->
  34. .tabletitle  {
  35.     color : #CC3300;
  36.     font-size : 10pt;
  37.     font-weight : bold;
  38.     font-family : Tahoma;
  39.     
  40. }
  41.  
  42. <!-- The text of the first column in the tables
  43. -->
  44. .rowheadfont  {
  45.     color : black;
  46.     font-size : 10pt;
  47.     font-weight : bold;
  48.     text-align : left;
  49.     font-family : MS Sans Serif;
  50.  
  51. }
  52.  
  53. <!-- The text of the first row in the tables (hold the categories)
  54. -->
  55. .colheadfont  {
  56.     color : white;
  57.     font-size : 10pt;
  58.     font-weight : bold;
  59.     font-family : MS Sans Serif;
  60. }
  61.  
  62. <!-- The text of the first row, first column in the tables (hold the categories)
  63. -->
  64. .colheadfontfirstcol  {
  65.     color : white;
  66.     font-size : 10pt;
  67.     font-weight : bold;
  68.     font-family : MS Sans Serif;
  69.     text-align : left;
  70. }
  71.  
  72. <!-- "report created by" font
  73. -->
  74. .reportcreated  {
  75.     color : black;
  76.     font-size : 8pt;
  77.     font-weight : bold;
  78.     font-family : MS Sans Serif;
  79. }
  80.  
  81. <!-- Background color of the page
  82. -->
  83. .pagebgcolor  {
  84.     background-color : white;
  85. }
  86.  
  87. <!-- All of the #'s produced in the report by Linkbot
  88. -->
  89. .defaultnumbers  {
  90.     color : black;
  91.     font-size : 10pt;
  92.     font-family : MS Sans Serif;
  93.  
  94. }
  95.  
  96. <!-- All of the links and text in the tables
  97. -->
  98. .defaulttext  {
  99.     color : white;
  100.     font-size : 10pt;
  101.     font-weight : bold;
  102.     font-family : MS Sans Serif;
  103.  
  104. }
  105.  
  106. <!-- The color of the warning text
  107. -->
  108. .warning  {
  109.     color : #FF0000;
  110.     font-size : 10pt;
  111.     font-weight : bold;
  112.     font-family : MS Sans Serif;
  113.  
  114. }
  115.  
  116. <!-- Link report fonts
  117. -->
  118. .reports  {
  119.     font-size : 10pt;
  120.     font-weight : bold;
  121.     font-family : MS Sans Serif;
  122.  
  123. }
  124.  
  125. <!-- Image Catalog text
  126. -->
  127. .imagetext  {
  128.     font-color : black;
  129.     font-size : 10pt;
  130.     font-family : MS Sans Serif;
  131.  
  132. }
  133.  
  134. <!-- This is text that appears when a feature is disabled
  135. -->
  136. .disabledtext  {
  137.     color : black;
  138.     font-size : 10pt;
  139.     font-family : MS Sans Serif;
  140.  
  141. }
  142.  
  143. <!-- This is text that appears on the menu when a feature is disabled
  144. -->
  145. .menutext  {
  146.     color : black;
  147.     font-size : 10pt;
  148.     font-weight : bold;
  149.     font-family : MS Sans Serif;
  150.  
  151. }
  152.  
  153. <!-- First Row Cell Background Color for tables that show parent/child problems.
  154. -->
  155. .cell_parent_child  {
  156.     background-color : #EEEEEE;
  157.     text-align : left;
  158.     color : black;
  159.     font-size : 10pt;
  160.     font-weight : normal;
  161.     font-family : MS Sans Serif;
  162. }
  163.  
  164. <!-- First Row Text for tables that show parent/child problems.
  165. -->
  166. .text_parent_child  {
  167.     color : black;
  168.     font-size : 10pt;
  169.     font-weight : bold;
  170.     text-align : left;
  171.     font-family : MS Sans Serif;
  172.  
  173. }
  174.  
  175. <!-- The top row background color
  176. -->
  177. .cellcolor1  {
  178.     background-color : #000000;
  179.     text-align : center;
  180.     color : black;
  181.     font-size : 10pt;
  182.     font-weight : normal;
  183.     font-family : MS Sans Serif;
  184. }
  185.  
  186. <!-- First cell in the row (contains category)
  187. -->
  188. .cellcolor2  {
  189.     background-color : #EEEEEE;
  190.     text-align : left;
  191.     color : black;
  192.     font-size : 10pt;
  193.     font-weight : normal;
  194.     font-family : MS Sans Serif;
  195. }
  196.  
  197. <!-- The content cells in the row (contains output values)
  198. -->
  199. .cellcolor2conten  {
  200.     background-color : #EEEEEE;
  201.     text-align : center;
  202.     color : black;
  203.     font-size : 10pt;
  204.     font-weight : normal;
  205.     font-family : MS Sans Serif;
  206. }
  207.  
  208. <!-- The content cells in the row (contains output values) (right-aligned)
  209. -->
  210. .cellcolor2right  {
  211.     background-color : #EEEEEE;
  212.     text-align : right;
  213.     color : black;
  214.     font-size : 10pt;
  215.     font-weight : normal;
  216.     font-family : MS Sans Serif;
  217. }
  218.  
  219. <!-- Please note, the difference between cellcolor* and cellcolor+conten is that the conten is aligned to the center whereas the first cells are aligned to the left 
  220. -->
  221.  
  222.  
  223.  
  224. <!-- Cell color #3 first cell
  225. -->
  226. .cellcolor3  {
  227.     background-color : white;
  228.     text-align : left;
  229.     color : black;
  230.     font-size : 10pt;
  231.     font-weight : normal;
  232.     font-family : MS Sans Serif;
  233. }
  234.  
  235. <!-- Cell color #3 content
  236. -->
  237. .cellcolor3conten  {
  238.     background-color : white;
  239.     text-align : center;
  240.     color : black;
  241.     font-size : 10pt;
  242.     font-weight : normal;
  243.     font-family : MS Sans Serif;
  244. }
  245.  
  246. <!-- Cell color #3 content
  247. -->
  248. .cellcolor3right  {
  249.     background-color : white;
  250.     text-align : right;
  251.     color : black;
  252.     font-size : 10pt;
  253.     font-weight : normal;
  254.     font-family : MS Sans Serif;
  255. }
  256.  
  257. <!-- Help Text Font 
  258. -->
  259. .helpfont {
  260.     color : black;
  261.     font-size : 10pt;
  262.     font-weight : normal;
  263.     font-family : MS Sans Serif;
  264. }
  265.  
  266. <!-- No items for a specific report
  267. -->
  268. .nonefound  {
  269.     color : black;
  270.     font-size : 10pt;
  271.     font-weight : bold;
  272.     font-family : MS Sans Serif;
  273. }
  274.